Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Typo. Don't panic. #260

Merged
merged 1 commit into from
Jun 28, 2023
Merged

fix: Typo. Don't panic. #260

merged 1 commit into from
Jun 28, 2023

Conversation

karelianpie
Copy link
Member

Typo

@karelianpie karelianpie requested a review from Majorfi June 28, 2023 07:14
@karelianpie karelianpie self-assigned this Jun 28, 2023
@vercel
Copy link

vercel bot commented Jun 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yearnfi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2023 7:14am

@Majorfi Majorfi added this pull request to the merge queue Jun 28, 2023
@Majorfi Majorfi removed this pull request from the merge queue due to a manual request Jun 28, 2023
@Majorfi Majorfi merged commit 4504e80 into main Jun 28, 2023
9 checks passed
@Majorfi Majorfi deleted the fix/type-inaccurate branch June 28, 2023 15:13
karelianpie added a commit that referenced this pull request Jul 3, 2023
Majorfi added a commit that referenced this pull request Aug 28, 2023
* feat: add delegate vote action

* feat: add address validation

* feat: add input common component

* feat: add gauge vote tab

* feat: add base gauge context

* feat: add gauge actions

* feat: add table common component

* feat: add gauge tab with mock data

* refactor: sort order states

* fix: table sizing

* fix: table header font size

* refactor: isNumber cast

* style: readability improvements

* refactor: input placeholder

* refactor: nullish coalescing

* refactor: sort numbers

* refactor: keyBy typing

* refactor: isString util

* style: remove unnecessary unknowns

* style: remove unnesessary cast

* refactor: replace mt for gap

* style: isNumberable better naming

* fix: gauge tab table span

* fix: update unstake interface changes

* feat: add gauge reward position

* feat: add gauge boost

* refactor: user positions not optional

* feat: add base generic dropdown component

* feat: add dropdown improvements

* feat: add base rewards tab UI

* feat: Generic table pagination (#79)

* feat: Generic table pagination

* refactor: Styling

* refactor: Greyer caption

* refactor: Extract pagination to usePagination hook

* refactor: Separate usePagination from Pagination

* feat: add base redeem tab

* feat: implement base gauge interactions

* feat: optional table pagination

* feat: implement base rewards functionality

* feat: update to latest actions interface

* feat: add base options context

* feat: add options allowance fetcher

* fix: use default provider

* refactor: use unique allowance ID

* feat: add dynamic required eth fetcher

* fix: new types directory

* feat: add option actions

* feat: add contexts to veyfi app wrapper

* feat: add base option redeem functionality

* feat: update contract abi

* feat: support bignumbers on tables

* feat: import contract ABIs

* feat: format gauge table columns

* feat: add option price calcs

* feat: add option price to views

* feat: update options contracts

* fix: gauge staking

* fix: calculate boost using fixed number

* fix: fetch next boost

* feat: display gauges with rewards only

* refactor: claim reward actions

* fix: option price fetcher

* fix: update redeem option interface

* fix: update gauge abi

* fix: allowance key changes

* fix: redeem action details

* refactor: BigNumber -> bigint

* fix: Expression

* feat: Migrate useGauge to wagmi

* refactor: Migrate useGauge to wagmi

* refactor: Use 1 for chain id

* feat: Migrate useOption to wagmi

* feat: Migrate RewardsTab to wagmi

* feat: Assert gauge addresses

* refactor: Use `isDisabled` rather than `disabled` prop

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* @karelianpie @Majorfi refactor: Use `isDisabled` rather than `disabled` prop

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* feat: Migrate RedeemTab to wagmi

* Update apps/veyfi/components/RedeemTab.tsx

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* feat: Assert account address and amount

* feat: Migrate VoteTab to wagmi

* refactor: Assert all addresses

* feat: Migrate GaugesTab to wagmi

* fix: Remove commented out code

* fix: Import the correct assert

* refactor: Assert accountAddress

* Update _app.tsx (#259)

* fix: Typo (#260)

* fix: refresh stuff

* fix: image with fallback

* fix: wallet connect

* fix: disable wallet connect while waiting for v2 validation

* fix: wallet connect

* fix: upd style

* feat: clean files

* fix: chain

* fix: Use want symbol for Total Deposited (#261)

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* fix: wallet

* fix: networks

* fix: add rpc

* fix: add rpc

* feat: update optimism networks

* fix: On Optimism it shows New on the list but 0 inside

* fix: hide cowswap solver on sidechains (#262)

* fix: opt

* fix: bump lib for iFrame fix

* refactor: Rename toWagmiProvider -> wagmiUtils

* refactor: Use viem instead of ethers

* refactor: Move formatBytes32String -> stringToHex

* feat: Add assert ethRequired

* refactor: Remove unnecessary fn, use approveERC20

* Cast to const

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* refactor: Use cl()

* fix: Remove extra spaces

* fix: Make tailwind css literal

* refactor: Move all constants to the same file

* Add missing space

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* fix: Formatting

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* refactor: Convert fn to wagmi

* refactor: Use separate args rather than array

* fix: Use isDisabled prop

* refactor: Use cl, props in multiple lines

* refactor: Use cl

* refactor: Replace with a useAsync

* refactor: Convert async fn to usCallback

* feat: Use cl()

* feat: Fetch prices on mount

* feat: Add refreshPrice to the dep array

* refactor: Replace useSWR with useAsync

* refactor(useGauge): Replace useSWR with useAsync

* refactor: Remove unnecessary prop

* feat: Add button role

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* feat: Add button role

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* feat: Move usePagination to common hooks

* refactor: Remove `.toString()`

Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>

* refactor: Tailwindcss dynamic classnames

* feat: Add `gauge-voting` feature flag

* chore: Update CHANGELOG

---------

Co-authored-by: xgambitox <18649057+xgambitox@users.noreply.github.com>
Co-authored-by: Major <90963895+Majorfi@users.noreply.github.com>
Co-authored-by: Major <major@ycorpo.com>
Co-authored-by: murderteeth <89237203+murderteeth@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants